home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
tcl
/
tclmotif.1
/
tclmotif
/
tm.1.2
/
programs
/
prog54
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-12-31
|
327 b
|
18 lines
# additional toplevel
xtAppInitialize -class Program
. setValues -iconPixmap xlogo32
xmLabel .fred managed \
-labelString "primary shell"
topLevelShell .fred.top
.fred.top setValues -iconPixmap calculator
xmLabel .fred.top.label2 managed \
-labelString "secondary shell"
.fred.top popup
. realizeWidget
. mainLoop